From 87c7cf57f8c6027226a460bc3509a1c897b3a855 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 29 Sep 2011 21:30:00 +0000 Subject: [PATCH] FU r98412: added version to wfDeprecated call --- includes/parser/ParserOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/ParserOptions.php b/includes/parser/ParserOptions.php index d462df5d50..21b1cd889f 100644 --- a/includes/parser/ParserOptions.php +++ b/includes/parser/ParserOptions.php @@ -139,7 +139,7 @@ class ParserOptions { function setTidy( $x ) { return wfSetVar( $this->mTidy, $x ); } /** @deprecated in 1.19; will be removed in 1.20 */ - function setSkin( $x ) { wfDeprecated( __METHOD__ ); } + function setSkin( $x ) { wfDeprecated( __METHOD__, '1.19' ); } function setInterfaceMessage( $x ) { return wfSetVar( $this->mInterfaceMessage, $x ); } function setTargetLanguage( $x ) { return wfSetVar( $this->mTargetLanguage, $x, true ); } function setMaxIncludeSize( $x ) { return wfSetVar( $this->mMaxIncludeSize, $x ); } -- 2.20.1